Skip to content

Comments

Add soft word wrap to TextArea#23

Merged
meszmate merged 2 commits intomainfrom
feature/20-feature-request-textarea-softwrap
Feb 17, 2026
Merged

Add soft word wrap to TextArea#23
meszmate merged 2 commits intomainfrom
feature/20-feature-request-textarea-softwrap

Conversation

@meszmate
Copy link
Owner

  • Add soft word wrap support to TextArea component
  • Wrap long lines visually without modifying content
  • Handle cursor movement across wrapped segments (up/down/pageup/pagedown)
  • Keep cursor visible with wrapped-row-aware viewport scrolling
  • Fix memory leaks with missing defer statements in render functions
  • Add .zig-global-cache to gitignore

@meszmate meszmate linked an issue Feb 17, 2026 that may be closed by this pull request
@meszmate meszmate merged commit b584b29 into main Feb 17, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feature request: TextArea softwrap

1 participant